home *** CD-ROM | disk | FTP | other *** search
Text File | 1987-12-11 | 1.9 KB | 94 lines | [TEXT/TPAS] |
- TAccess.RSRC
-
- type TAER = STR ; Turbo Access error strings
- ** System (IOResult) errors
- ,33 (4)
- File directory full
- ,34 (4)
- All allocation blocks on the volume are full
- ,35 (4)
- Specified volume doesn't exist
- ,36 (4)
- Disk I/O error
- ,37 (4)
- Bad file name or volume name (perhaps zero length)
- ,38 (4)
- File not open
- ,39 (4)
- Logical end-of-file reached during read operation
- ,40 (4)
- Attempt to position before start of file
- ,41 (4)
- System heap is full
- ,42 (4)
- Too many files open
- ,43 (4)
- File not found
- ,44 (4)
- Volume is locked by a hardware setting
- ,45 (4)
- File is locked
- ,46 (4)
- Volume is locked by a hardware setting
- ,47 (4)
- One or more files are open
- ,48 (4)
- A file with the specified name already exists
- ,49 (4)
- Only one access path to a file can allow writing
- ,50 (4)
- No default volume
- ,51 (4)
- Bad file reference number
- ,53 (4)
- Volume not on,line
- ,54 (4)
- Read/write permission doesn't allow writing
- ,55 (4)
- Specified volume is mounted and on,line
- ,56 (4)
- No such drive number
- ,57 (4)
- Volume lacks Macintosh,format directory
- ,58 (4)
- External file system error
- ,59 (4)
- Problem during Rename
- ,60 (4)
- Master directory block is bad; must reinitialize volume
- ,61 (4)
- Read/write permission doesn't allow writing
- ,108 (4)
- Not enough room in heap zone
- ,120 (4)
- Directory not found
- ,121 (4)
- Too many working directories open
- ,122 (4)
- Attempt to move into offspring
- ,123 (4)
- Attempt to do HFS operation on non,HFS volume
- ,127 (4)
- Internal file system error
- ,128 (4)
- Textfile not open for input
- ,129 (4)
- Textfile not open for output
- ,130 (4)
- Error in numeric value during read from textfile
- **
- ** Turbo Access specific errors
- ,1000 (4)
- Record size is greater than MaxDataRecSize
- ,1001 (4)
- Record size is smaller than the minimum record size
- ,1002 (4)
- Key length is greater than MaxKeyLen
- ,1003 (4)
- Data File created with a different record size
- ,1004 (4)
- Index file created with a different key or page size
- ,1005 (4)
- Not enough memory for page stack
-
-